html,
body {
    position: relative;
    height: 100%;
    font-family:"pingfang";
}

body {
    background: #eee;
    /* font-family: Helvetica Neue, Helvetica, Arial, sans-serif; */
    font-size: 100%;
    color: #000;
    margin: 0;
    padding: 0;
}

a{
  text-decoration: none;
}

@font-face{
  font-family:"pingfang";
  src: url(../fonts/PingFang\ Medium.ttf);
}

@font-face{
  font-family:"BEBAS";
  src: url(../fonts/BEBAS.ttf);
}

.swiper-container {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}

.swiper-container2 {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.swiper-container3 {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.swiper-container4 {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.swiper-container5 {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

:root {
    --swiper-theme-color: #fff !important;
}

.swiper-container1 {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .banner{
    position: relative;
    overflow: hidden;
  }

  .banner-by{
    position: absolute;
    margin:auto;
    left: 8%;
    text-align:justify;
    bottom: 0;
    top: -8%;
    max-width: 1000px;
    height: 200px;
  }

  .banner-ht{
    max-width: 160px;
    height: 3px;
    margin-top: 2rem;
    background-color: #fdd000;
  }

  .banner-by h1{
    font-size: 4.2rem;
    font-weight: 500;
    color: #333;

    /* text-shadow: 1px 1px 0px #FFFFFF, -1px -1px 0px #FFFFFF, 1px 1px 0px #FFFFFF, -1px -1px 0px #FFFFFF, 1px 1px 0px #FFFFFF, -1px -1px 0px #FFFFFF; */
  }

  .banner-by>img{
    max-width: 100% !important;
    width: auto !important;
    height: auto !important;
    margin: 2rem 0;
  }

  .banner-by h2{
    font-size: 2.6rem;
    color: #333;
    font-weight: 500;
    line-height: 4.2rem;
    /* text-shadow: 1px 1px 0px #FFFFFF, -1px -1px 0px #FFFFFF, 1px 1px 0px #FFFFFF, -1px -1px 0px #FFFFFF, 1px 1px 0px #FFFFFF, -1px -1px 0px #FFFFFF; */
  }

  .banner-by a{
    display: block;
    width: 148px;
    line-height: 4.8rem;
    text-align: center;
    color: #fff;
    border-radius: 4px;
    text-decoration: none;
    background-color:#009b99 ;
    margin-top: 3%;
    font-size: 1.6rem;
    border: solid 1px #009b99;
    
  }


  .banner-by a:hover{
    background-color: rgb(244,163,0);
    border: solid 1px rgb(244,163,0);
    color: #fff;
  }

  .banner-box{
      position: relative;
      overflow: hidden;
      width: 100%;
      height: 100%;
  }

  .banner>img{
    /*animation-name: scaleDraw; 关键帧名称*/
    /*animation-timing-function: ease-in-out; 动画的速度曲线*/
  /*  animation-iteration-count: infinite; 动画播放的次数*/
   /* animation-duration: 25s; 动画所花费的时间*/
    width: 100%;
}

.banner video{
  width: 100%;
}

.banner video source{
  width: 100%;
}

.banner{
    width: 100%;
    height: 100%;
}

.banner-by{
  display: block;
}

.swiper-slide-duplicate-prev .banner .banner-by{
  display: none;
}

.swiper-slide-duplicate-next .banner .banner-by{
  display: none;
}

@keyframes scaleDraw {
    /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
    0% {
      transform: scale(1); /*开始为原始大小*/
    }
    25% {
      transform: scale(1.1); /*放大1.1倍*/
    }
    50% {
      transform: scale(1);
    }
    75% {
      transform: scale(1.1);
    }
  }


  .banner-yan{
      right: 50px;
      padding: 10px 16px;
  }

  .banner-zan{
    left:50px;
    padding: 10px 16px;
  }

  .banner-yan::after{
    padding: 16px 14px;
    background-color:rgb(244,163,0);
    color: #fff;
    font-size: 26px;
    transition: all .5s;
  }

  .banner-yan:hover::after{
    background-color: rgb(0,155,153);
  }

  .banner-zan::after{
    padding: 16px 14px;
    background-color:rgb(244,163,0);
    color: #fff;
    font-size: 26px;
    transition: all .5s;
  }

  .banner-zan:hover::after{
    background-color: rgb(0,155,153);
  }

  .indxe-2{
      position: relative;
      width: 100%;
      height: 100%;
      overflow: hidden;
  }

  .cp-img-3{
    width: 40%;
    float: left;
    position: relative;
    overflow: hidden;
  }

  .cp-img-3::after{
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color:#f0f5f5;
    bottom: 0;
    transition: all .5s;
    z-index: 1;
  }

  .index-cp{
    margin-top: 3rem;
  }

  .index-cp-img-box:hover .cp-img-3::after{
    bottom: 0;
  }

  .cp-img-3 img{
    width: 100%;
    position: relative;
    z-index: 2;
  }

  .cp-text-3{
    width: 60%;
    float: left;
    padding-left: 4rem;
    text-align: justify;
  }

  .cp-text-3 ul p{
    float: left;
    width:calc(100% / 3);
    transition: all .75s;
  }

  .cp-text-3 ul li:hover{
    background-color: #f4a300;
  }

  .cp-text-3 ul li:hover a{
    color: #fff;
  }


  .cp-text-3 ul{
    border-top: solid 1px #eee;
    padding-top: 2rem;
  }

  .cp-text-3 ul li a{
    padding:1rem;
    display: block;
    line-height: 2.4rem;
    color: #666;
    font-size: 1.5rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  

  .cp-text-3 h1{
    font-size: 2.4rem;
    font-weight: 600;
    color:#009b99;
    margin-bottom: 3rem;
  }

  .cp-text-3 p{
    font-size: 1.6rem;
    color: #666;
    line-height: 3.2rem;
  }

  .cp-text-3>a{
    display: block;
    width: 148px;
    line-height: 4.8rem;
    text-align: center;
    color: #f4a300;
    text-decoration: none;
    border: solid 1px #f4a300;
    border-radius: 4px;
    margin-top: 5%;
    font-size: 1.6rem;
  }

  .cp-text-3 a:hover{
    background-color: #f4a300;
    color: #fff;
  }

  #particles{
    width: 100%;
    height: 100%;
    /* background: url(../image/background/3.jpg); */
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
  }

  #particles canvas{    
      margin: 0;
      padding: 0;
      border: 0;
      font-size: 100%;
      font: inherit;
      vertical-align: baseline;
      opacity: .1;

  }


  .hb-box{
      z-index: 1;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: #fff;
  }

  .index-xp-box{
      max-width: 1600px;
      padding-right: 15px;
      padding-left: 15px;
      margin-right: auto;
      margin-left: auto;
      margin-top: 7%;
      position: relative;
      z-index: 2;
  }

  .index-bt{
    max-width: 1600px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }

  .index-bt h1{
    font-size: 2.8rem;
    font-weight: 600;
    color: #009b99;
  }

  .ioc-1 img{
      width: 20px;
  }

  .ioc-1{
      position: relative;
      overflow: hidden;
  }

  .ioc-1::after{
      position: absolute;
      content: "";
      top: 50%;
      left: 0;
      width: calc(50% - 10px);
      height: 1px;
      background-color: #c9e5f1;
  }


  .ioc-1::before{
    position: absolute;
    content: "";
    top: 50%;
    right: 0;
    width: calc(50% - 10px);
    height: 1px;
    background-color:#c9e5f1;
}

.cp-xs{
    display: none;
}

.tab-1 {
	margin:0;
	padding:0;
	list-style:none;
	widows: 100%;
	overflow:hidden;
}
.tab-1 li {
	float:left;
    width: 20%;
	background:#f3fcfd;
	color:#333;
	text-align:center;
	line-height:6.4rem;
    cursor:pointer;
    border-right: solid 1px #009b9952;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tab-1 li:nth-of-type(5){
    border-right: none;
}

.tab-1 li.cur {
    background:#009b99;
    color: #fff;
}

.on {
	display:block;
}

.cp-dh{
  margin-top: 2rem;
}


.index-cp-img{
  width:calc((100% - 80px) / 4);
  float: left;
  position: relative;
  overflow: hidden;
  margin: 0 10px;
  transition: all .5s;
}

.cp-img-1 img{
width: 100%;  
transition: all .5s;
}

.cp-img-1{
  position: relative;
  overflow: hidden;
  z-index: 2;
}

.index-cp-img-box{
  margin-top: 2rem;
  padding: 3rem;
  border:solid 1px #acdfdd;
}

.index-cp-img-box a{
  display: block;
  text-decoration: none;
}

.cp-text-3>ul>p>a{
  padding: 1rem;
}

.index-cp-img:hover img{
  transform: scale(1.1);
}


.cp-name{
background-color:#f7f7f8;  
position: relative;
z-index: 1;
}

.cp-name h1{
font-size: 16px;  
color: #565656;
line-height: 3.8rem;
margin: 0;
transition: all .5s;
}

.index-cp-img::after{
  position: absolute;
  content: "";
bottom: -300px;
  left: 0;
  width: 100%;
  height: 100%;
  background-color:#f7f7f8;
  transition: all .5s;
}

.index-cp-img:hover::after{
  bottom: 0;
}

.index-cp-img:hover h1{
  color: #009b99;
}

.cp-box{
  background-color: rgba(255, 255, 255, 1);
}

.about-bt h1{
  font-size: 2.8rem;
    font-weight: 600;
    color:#009b99;
}

.index-3{
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: url(../image/background/4.jpg) no-repeat top center;
}

.about-box{
  margin:0 auto ;
  max-width: 1600px;
  padding: 0 15px;
  margin-top:7% ;
}

.about-z{
  width: 50%;
  float: left;
}

.about-z h1{
  font-size: 2.4rem;
  color: #009b99;
  font-weight: 600;
  text-align: justify;
  position: relative;
}

.about-z h1 span{
  position: absolute;
  right: 0;
  top: -8px;
  background-color: #009b99;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 400;
  padding: 0.88rem 3.2rem;
}

.about-z p{
  font-size: 1.4rem;
  line-height: 2.85rem;
  color: #666;
  text-align: justify;
  margin-top: 2rem;

}

.about-1{
  margin-top: 5rem;
  background:url(../image/ditu.png) no-repeat right 35%;
  position: relative;
  padding-bottom: 6rem;
}

.cf-img{
  width:calc((100% - 20px) / 4);
  display: inline-block;
}

.cf-img img{
  width: 60px;
  float: left;
}

.cf-text{
  float: left;
  width: calc(100% - 60px);
  text-align: justify;
  color: #666;
  padding-left: 10px;
}

.cf-text h3{
  margin: 0;
  font-size: 1.4rem;
}

.cf-text h4{
  font-family: "BEBAS";
  font-size: 4.6rem;
  font-weight: 600;
  color: #333;
  margin: 0;
}

.cf-text h4 span{
  font-size: 1.4rem;
  font-weight: 400;
  color:#666;
}

.ry-box{
  width: 100%;
  margin-top: 4rem;
}

.about-y{
  width: 40%;
  float: right;
  margin-top: 3rem;
}

.about-nav-1 li{
  padding: 1rem;
}

.about-nav-1 li a{
  display: block;
  border-bottom:1px solid #e6e6e6;
  font-size: 1.6rem;
  color: #000;
  padding:3rem;
  text-align: justify;
  position: relative;
  text-decoration: none;
}

.about-nav-1 li a:hover{
  background-color: #009b99;
  color: #fff;
}

.about-nav-1 li a:hover .icon{
  color: #fff;
}

.about-nav-1 li a .icon{
  display: inline-block;
  background-repeat: no-repeat;
  background-position: left center;
  width: 32%;
  height: 38px;
  position: relative;
  top: 8px;
}

.about-nav-1 li:nth-child(1) a .icon{
  background-image: url(../image/ioc/icon1.png);
}

.about-nav-1 li:nth-child(1) a:hover .icon{
  background-image: url(../image/ioc/icon1_on.png);
}

.about-nav-1 li:nth-child(2) a .icon{
  background-image: url(../image/ioc/icon2.png);
}

.about-nav-1 li:nth-child(2) a:hover .icon{
  background-image: url(../image/ioc/icon2_on.png);
}

.about-nav-1 li:nth-child(3) a .icon{
  background-image: url(../image/ioc/icon3.png);
}

.about-nav-1 li:nth-child(3) a:hover .icon{
  background-image: url(../image/ioc/icon3_on.png);
}

.about-nav-1 li:nth-child(4) a .icon{
  background-image: url(../image/ioc/icon4.png);
}

.about-nav-1 li:nth-child(4) a:hover .icon{
  background-image: url(../image/ioc/icon4_on.png);
}

.about-nav-1 li{
  float: left;
  width: 50%;
}

.about-nav-1 li a i{
  position: absolute;
    top: 50%;
    right: 11%;
}

.about-2{
  position: relative;
  overflow: hidden;
  background-color: #fff;
  padding: 1rem;
}

.cf-img-1{
  padding: .1rem;
  background-color: #fff;
}

.cf-img-1 img{
  width: 100%;
}

.index-4{
  position: relative;
  width: 100%;
  height: 100%;
  background: url(../image/background/1.jpg) no-repeat ;
  overflow: hidden;
}

.xswl-box{
  margin-top: 4%;
  width: 100%;
}

.xswl-y{
  float: left;
  width:65%;
  padding-left: 2%;
}

.xswl-z{
  float: left;
  width: 35%;
  text-align: justify;
  margin-top: 8%;
}

.xswl-z a{
  display: block;
  width: 148px;
  line-height: 4.8rem;
  border: solid 1px #009b99;
  text-align: center;
  color:#009b99;
  text-decoration: none;
  margin-top: 8%;
  font-size: 1.6rem;
  border-radius: 4px;
}

.xswl-z a:hover{
  background-color:#f4a300;
  border: solid 1px #f4a300;
  color: #fff;
}

.xswl-z h1{
  font-size: 2.4rem;
  font-weight: 600;
  color:#009b99;
}

.xswl-y img{
  width: 100%;
}

.xswl-z p{
  font-size: 1.4rem;
  line-height: 2.85rem;
  color: #666;
  margin-top: 4%;
}

.hz-hbbox{
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-top: 15%;
}

.hz-img{
  border:solid 1px #dce8ef;
}

.hz-img img{
  width: 100%;
}

.index-5{
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: url(../image/background/2.jpg) no-repeat 100%;
}

.tab-2 li.cur {
  background-color:#009b99;
  color: #fff;
}

.tab-2 li.cur .news-text-1 a .news-text-2 {
  color: #fff;
}

.tab-2 li.cur .news-text-1 a .news-sj{
  color: #fff;
}

.news-box{
  width: 100%;
  padding: 1rem;
  margin-top: 4rem;
  overflow: hidden;
}

.news-imgbox{
  width: 50%;
  float: left;
}

.news-text{
  width: calc(50% - 3rem);
  float: left;
  padding: 0 3rem;
}

.news-img-2{
  position: relative;
  padding: .2rem;
  background-color: #fff;
}

.news-img-1{
  position: relative;
}

.news-img-2 img{
width: 100%;  
}

.news-img-2::after{
  position: absolute;
  content: "";
  display: block;
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 37%,rgba(0,0,0,0.8) 100%);
  left: 0;
    bottom: 0;
    height: 20%;
    right: 0;
    transition: 0.3s;
}

.news-img-text{
  width: 100%;
  padding: 0 2rem;
  position: absolute;
  bottom: 0;
  left: 0;
}

.news-img-text h1{
  font-size: 1.6rem;
  color: #fff;
  text-align: justify;
}

.news-text-1 a{
  display: block;
  padding-left:2rem ;
}

.news-text-1{
  border-bottom:1px solid #e6e6e6;
  padding: 1rem 0;
}

.news-text-2{
  width: 84%;
  padding-right:2rem ;
  float: left;
  color: #333;
  text-align: justify;
  border-right: 1px solid #e6e6e6;
}

.news-text-2 h1{
  font-size: 1.8rem;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;

} 

.news-text-2 p{
  font-size: 1.4rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.news-sj{
  width: 16%;
  float: left;
}

.news-sj h1{
  font-weight: 600;
  margin-bottom: 0;
}

.tab-2{
  background-color: #fff;
}

.news-sj{
  color: #666;
}

.index-6{
  position: relative;
  width: 100%;
  height: 100%;
}

.map-box img{
  width: 100%;
}

.foot{
  background-color: #009b99;
  padding-top: 60px;
  bottom: 0;
  position: absolute;
  width: 100%;
}

footer{
  max-width: 1600px;
  padding-left:15px;
  padding-right:15px;
  margin-left: auto;
  margin-right: auto;
}

footer ul li{
  float: left;
  width: 20%;
  text-align: justify;
  padding: 0 2rem;
  color:  #dce8ef;
}

footer ul li:nth-of-type(2){
  padding-left: 80px;
}

footer ul li>img{
  width: 100%;
  padding-bottom: 2rem;
  border-bottom: solid 1px #dce8ef;
}

footer ul li p{
  font-size: 1.4rem;
  text-align: justify;
  color: #dce8ef;
  margin-top: 1rem;
}

footer ul li h6{
  font-size: 1.4rem;
  margin-top: 2rem;
}

footer ul li h3{
  margin: 0;
  font-size: 2.4rem;
  font-weight: 600;
}

footer ul li a{
  display: block;
  font-size: 1.4rem;
  line-height: 3.6rem;
  color: #dce8ef;
  transition: all .5s;
  text-decoration: none;
}

footer ul li a:nth-of-type(1){
  color: #fff;
  font-weight: 600;
  font-size: 1.8rem;
}

footer ul li a:hover{
  color: #fff;
  text-decoration: none;
}

.lx-dh-box a:nth-of-type(3){
  padding-left: 45px;
}

.ewm-bpx img{
  max-width: 128px;
}

.ewm-bpx>p{
  text-align: center;
}

.ewm-bpx{
  text-align: center;
  margin-top: 3rem;
}

.bq-box{
  font-size: 1.4rem;
  color: #dce8ef;
  border-top: solid 1px #dce8ef;
  padding-top: 2rem;
}

.bq-box p{
  float: left;

}

.bq-box a{
  float: right;
  font-size: 1.4rem;
  color: #dce8ef;
}

.bq-box a:hover{
  color: #fff;
}

footer ul{
  margin-bottom: 2rem;
}

.lx-dh-box{
  padding: 0;
}

.news-sj h1{
  margin-top: 1rem;
}


@media screen and ( max-width: 1660px ) {
  .about-1{
    margin-top: 3rem;
    padding-bottom: 3rem;
  }

  .news-text .tab-2 li:nth-of-type(5){
    display: none;
  }

  .news-img-2{
    height: 500px;
    overflow: hidden;
  }

  .cf-text h4{
    font-size: 3.6rem;
  }

  .cf-img img{
    width: 52px;
  }



}


@media screen and ( max-width: 1366px ) {

.about-1{
  margin-top: 0rem;
}


.news-sj h1{
  margin-top: 1rem;
}




}


@media screen and ( max-width: 1024px ) {
  .about-y,
  .about-z{
    width: 100%;
  }

  .about-nav-1 li{
    width:25% ;
  }

  #fpxj>.swiper-slide{
    overflow: hidden;
  }

  #fp{
    overflow: hidden;
  }

  .banner-by h1{
		font-size: 3.2rem;
	}

	.banner-ht{
		max-width: 100px;
		height: 1px;
	}

	.banner-by h2{
		font-size: 2.2rem;
  }
  
  .news-imgbox{
  width: 100%;  
  }

  .news-text{
    padding: 0;
    width: 100%;
  }

  .foot{
    position: relative;
  }
}






@media screen and ( max-width: 768px ) {
  .cp-text-3 ul p{
    width: 100%;
    margin: 0;
  }

  .banner-box{
    padding-top: 4rem;
  }

  .banner img{
    height: auto;
  }

  .cf-img{
    width: calc((100% - 20px) / 2);
    margin-top: 2rem;
  }

  .about-nav-1 li{
    width: 50%;
  }
  
  .about-nav-1 li a{
    padding: 1rem;
  }

  .tab-1 li{
    font-size: 1.4rem;
    width: calc(100% / 3);
    border-top: solid 1px #009b9952;
  }

  .cp-img-3{
    width: 100%;
  }

  .index-cp-img-box{
    padding: 1rem;
  }

  .cp-text-3{
  padding: 0;
  width: 100%;  
  
  }

  .cp-text-3 ul li{
    width: calc(100% / 2);
  }
  .xswl-y,
  .xswl-z{
    width: 100%;
  }

  .xswl-y{
    padding: 0;
    margin: 3rem 0;
  }

  .news-img-2{
    height: auto;
  }
  
  .news-box{
    padding: 0;
  }

  .news-text-2{
    width: calc(74% - 2rem);
  }

  .news-sj{
    width: 25%;
  }

  .m-foot{
    display: none;
  }

  .m-ewm{
    width: 100%;
  }

  .xswl-z{
    margin: 0;
  }

  .about-box{
    padding-bottom: 3rem;
  }

  .map-box{
    display: none;
  }


}